Yield Mac OS The Yield method gives processor time to other parts. void Yield (in ODFrame frame); frame A reference to a frame that yields the processor time. DISCUSSION Your part calls this method during a long-running operation.
The Yield method gives processor time to other parts.
Yield
void Yield (in ODFrame frame);
frame